diff --git a/pkgs/applications/emulators/libretro/cores/dosbox-pure.nix b/pkgs/applications/emulators/libretro/cores/dosbox-pure.nix index 8b91a6f195a1..7ccf48d09dfd 100644 --- a/pkgs/applications/emulators/libretro/cores/dosbox-pure.nix +++ b/pkgs/applications/emulators/libretro/cores/dosbox-pure.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "dosbox-pure"; - version = "0-unstable-2026-02-01"; + version = "0-unstable-2026-02-05"; src = fetchFromGitHub { owner = "schellingb"; repo = "dosbox-pure"; - rev = "77f067eed8e0ea2ad9e86fbc690922f1f1671fc4"; - hash = "sha256-mIeTBcx3XK4V2+t4MGc8klhDODuDDACFlI/758zDLPc="; + rev = "6fe60a669e8781d738150ad2353b87c1e1de7dd4"; + hash = "sha256-6hIevmWusjg8Wr9A5ov6RLovirtOIEhHtEYLQ7EHVh0="; }; hardeningDisable = [ "format" ];