From 03f49a287f7484392b5942e65ec31ef661b51e58 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 5 May 2026 17:57:39 +0000 Subject: [PATCH] libretro.prboom: 0-unstable-2026-04-11 -> 0-unstable-2026-05-04 --- 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 de7f4875efd4..af025f3cd1a0 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-11"; + version = "0-unstable-2026-05-04"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-prboom"; - rev = "c834221f61e4efa43525392cf778b6475467f236"; - hash = "sha256-mESKZiiCIbbAzn7tFeofWARHSZ+MyEYTIa04FGxOMlA="; + rev = "01b7411dab3ba8da6cdbc4fa83ac207f038f524d"; + hash = "sha256-wNVUflrVAwwMvCfRk94k9SyANvVeHB3noN3yb5TpJpc="; }; makefile = "Makefile";