From e1e937c16d0d35b75b976d604b7589e859f20fd6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Sep 2025 06:22:41 +0000 Subject: [PATCH] libretro.dosbox-pure: 0-unstable-2025-09-04 -> 0-unstable-2025-09-14 --- 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 60fb722ef0c1..f2e7bf164d74 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-09-04"; + version = "0-unstable-2025-09-14"; src = fetchFromGitHub { owner = "schellingb"; repo = "dosbox-pure"; - rev = "a1c81ef494d2ac7a136b330edecbe855fb38b18a"; - hash = "sha256-jMJCEoSQi1svbXLyKc4+TRubw7zDpqeql0pstaLs7O4="; + rev = "78a2d8b7d1354ca60e3f0e39dae18be7c902ece9"; + hash = "sha256-iNcjB7C833X6jNx0AKv2fJvULke+OCzIc0/3g0SiQwU="; }; hardeningDisable = [ "format" ];