From da3ce763fcf7af6255df7d683907e5222b794200 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Jun 2026 23:27:37 +0000 Subject: [PATCH] libretro.dosbox-pure: 0-unstable-2026-06-06 -> 0-unstable-2026-06-16 --- pkgs/applications/emulators/libretro/cores/dosbox-pure.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/dosbox-pure.nix b/pkgs/applications/emulators/libretro/cores/dosbox-pure.nix index 3ba3297685f4..45b11b86e835 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-06-06"; + version = "0-unstable-2026-06-16"; src = fetchFromGitHub { owner = "schellingb"; repo = "dosbox-pure"; - rev = "b2825c2f0a705f93d3c4d1b4369c8728d76f2e07"; - hash = "sha256-S470+U7rP7EXapPSwliUh8MwIKvKm+mgc7BuQkN572k="; + rev = "5ec3ccfb4313d452c3b3faccea97443ba3d9db4d"; + hash = "sha256-GFPh2z31vnACo8EEe83YRd7SVcPsSIe/vnPivaE2JYg="; }; hardeningDisable = [ "format" ];