diff --git a/doc/Changelog.html b/doc/Changelog.html
index 1dbb87c0..f012f41f 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -25,7 +25,7 @@ a:visited { color: #0000EE; }
Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (details)
Updated MediaInfo to v0.7.53 (2012-01-24), compiled with ICL 12.1.6 and MSVC 10.0
Updated SoX to to v14.4.0 RC-3 (2012-02-20), compiled with ICL 12.1.7 and MSVC 10.0
-Updated mpg123 decoder to v1.13.5 (2011-03-07), compiled with GCC 4.6.1
+Updated mpg123 decoder to v1.13.6 (2011-03-11), compiled with GCC 4.6.1
Updated Monkey's Audio binary to v4.11 (2011-04-20)
Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0
Updated GnuPG to v1.4.12, compiled with GCC 4.6.1
diff --git a/res/tools/mpg123.exe b/res/tools/mpg123.exe
index caf711a1..32b93dae 100644
Binary files a/res/tools/mpg123.exe and b/res/tools/mpg123.exe differ
diff --git a/src/Config.h b/src/Config.h
index 8e4eb17f..37195bee 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 6
-#define VER_LAMEXP_BUILD 908
+#define VER_LAMEXP_BUILD 909
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)
diff --git a/src/Tools.h b/src/Tools.h
index 02aa8d69..7dd68375 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -68,7 +68,7 @@ g_lamexp_tools[] =
{"ab3f6a8f2bc08011fdcea2e54a9b234ba67d304b5eea3fc0db653e603f938d0280fba0f0", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 753},
{"c1d88d1b04f72118f21b5f574c4008fd0c99f3d6ed11cc9c8644b831971d1e1153cd63ea", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 753},
{"ed49bfeb5113e8eca4f2f5c5c9359f6edeecf457cff8511178902c7d792380eaa578d9bc", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475},
- {"436d788ca1514d1eb773a7e67fca413f35fff0d8aceed01d7817444db0ab1f1eced6521e", CPU_TYPE_ALL_ALL, "mpg123.exe", 1135},
+ {"92270272726faa229c48b12e3b45b7fa8083c720cf18997254cf0154935902ab5b76a7d3", CPU_TYPE_ALL_ALL, "mpg123.exe", 1136},
{"0c781805dda931c529bd16069215f616a7a4c5e5c2dfb6b75fe85d52b20511830693e528", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX},
{"0c019e13450dc664987e21f4e5489d182be7d6d0d81efbbaaf1c78693dfe3e38e0355b93", CPU_TYPE_X86_GEN, "oggenc2.i386.exe", 287603},
{"693dd6f779df70a047c15c2c79350855db38d5b0cd7e529b6877b7c821cfe6addfdd50a4", CPU_TYPE_X86_SSE, "oggenc2.sse2.exe", 287603},