From cf37081293268d81e92f0db3589fbb4e7954e0fc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 7 Aug 2025 09:13:35 +0000 Subject: [PATCH] libretro.dosbox-pure: 0-unstable-2025-07-28 -> 0-unstable-2025-08-03 --- 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 e3b12570912f..e66f399e6dd4 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-2025-07-28"; + version = "0-unstable-2025-08-03"; src = fetchFromGitHub { owner = "schellingb"; repo = "dosbox-pure"; - rev = "4b5f6c964aa56357e19632bf73d1875c2496fdd1"; - hash = "sha256-J1NSt2Q4+lWUVqROv5yAM/rXI5COl0FRux3xqFLw20g="; + rev = "935b33b892b55ab5e12a093795a6563af9eacb78"; + hash = "sha256-19ehYyVOnYg3b1cvuznYn3zB9rhp2xULKhdFN/FKE4U="; }; hardeningDisable = [ "format" ];