From 57ea9d40d23553ac75456f5528dadbc8e16d129a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 18 Apr 2026 17:51:46 +0000 Subject: [PATCH] libretro.prboom: 0-unstable-2026-04-10 -> 0-unstable-2026-04-11 --- pkgs/applications/emulators/libretro/cores/prboom.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/prboom.nix b/pkgs/applications/emulators/libretro/cores/prboom.nix index 6e9cc00e4c9a..de7f4875efd4 100644 --- a/pkgs/applications/emulators/libretro/cores/prboom.nix +++ b/pkgs/applications/emulators/libretro/cores/prboom.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "prboom"; - version = "0-unstable-2026-04-10"; + version = "0-unstable-2026-04-11"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-prboom"; - rev = "79d35037b742532e273b82088efad9c5c0af8a6d"; - hash = "sha256-BR1orEzjT8NQF59uPfHt6WlXwb23bDRnUV8F2itc/HM="; + rev = "c834221f61e4efa43525392cf778b6475467f236"; + hash = "sha256-mESKZiiCIbbAzn7tFeofWARHSZ+MyEYTIa04FGxOMlA="; }; makefile = "Makefile";