From 788acaea9fac62aad57d9810a8950d29b7b12cf9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 15 Dec 2025 03:17:16 +0000 Subject: [PATCH] libretro.prboom: 0-unstable-2024-12-27 -> 0-unstable-2025-12-13 --- 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 30bc6ad2f30a..f98dcda1f74d 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-2024-12-27"; + version = "0-unstable-2025-12-13"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-prboom"; - rev = "b3e5f8b2e8855f9c6fc7ff7a0036e4e61379177d"; - hash = "sha256-FtPn54s/QUu8fjeUBaAQMZ6EWAixV+gawuCv2eM+qrs="; + rev = "93c8e7a2074e4fd8410398e3d571c6d9afec1d84"; + hash = "sha256-O1C6CJ0MM21I69AtoAMx7ZX4U041hNrMXx22fEgshRI="; }; makefile = "Makefile";