diff --git a/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs b/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs
index f9aac72694..92fd007061 100644
--- a/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs
+++ b/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs
@@ -21,7 +21,7 @@ namespace Tgstation.Server.Host.Components.Byond
///
/// The first of BYOND that supports the '-map-threads' parameter on DreamDaemon.
///
- public static Version MapThreadsVersion => new (515, 1605);
+ public static Version MapThreadsVersion => new (515, 1609);
///
public abstract string DreamMakerName { get; }