diff --git a/Core/EmulationSettings.cpp b/Core/EmulationSettings.cpp
index 5a816b17..7cace87c 100644
--- a/Core/EmulationSettings.cpp
+++ b/Core/EmulationSettings.cpp
@@ -2,10 +2,10 @@
#include "EmulationSettings.h"
#include "VsControlManager.h"
-//Version 0.5.3
+//Version 0.6.0
uint16_t EmulationSettings::_versionMajor = 0;
-uint8_t EmulationSettings::_versionMinor = 5;
-uint8_t EmulationSettings::_versionRevision = 3;
+uint8_t EmulationSettings::_versionMinor = 6;
+uint8_t EmulationSettings::_versionRevision = 0;
Language EmulationSettings::_displayLanguage = Language::English;
diff --git a/GUI.NET/Config/AudioInfo.cs b/GUI.NET/Config/AudioInfo.cs
index afb83639..7e101319 100644
--- a/GUI.NET/Config/AudioInfo.cs
+++ b/GUI.NET/Config/AudioInfo.cs
@@ -13,7 +13,7 @@ namespace Mesen.GUI.Config
{
public string AudioDevice = "";
public bool EnableAudio = true;
- public UInt32 AudioLatency = 100;
+ public UInt32 AudioLatency = 50;
public UInt32 MasterVolume = 25;
public UInt32 Square1Volume = 100;
public UInt32 Square2Volume = 100;
diff --git a/GUI.NET/Config/Configuration.cs b/GUI.NET/Config/Configuration.cs
index 1e5b0cb2..32b3b0bb 100644
--- a/GUI.NET/Config/Configuration.cs
+++ b/GUI.NET/Config/Configuration.cs
@@ -13,7 +13,7 @@ namespace Mesen.GUI.Config
private const int MaxRecentFiles = 10;
private bool _needToSave = false;
- public string MesenVersion = "0.5.3";
+ public string MesenVersion = "0.6.0";
public PreferenceInfo PreferenceInfo;
public AudioInfo AudioInfo;
public VideoInfo VideoInfo;
diff --git a/GUI.NET/Dependencies/resources.es.xml b/GUI.NET/Dependencies/resources.es.xml
index 417f62cb..6302e282 100644
--- a/GUI.NET/Dependencies/resources.es.xml
+++ b/GUI.NET/Dependencies/resources.es.xml
@@ -442,7 +442,7 @@