From bca53603655a549d4a3f4bf84f35851a8cfc881a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 31 Dec 2025 04:06:42 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-12-18 -> 0-unstable-2025-12-30 --- .../applications/emulators/libretro/cores/mame2003-plus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix index 34fc2a9407d0..f76067422cda 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003-plus"; - version = "0-unstable-2025-12-18"; + version = "0-unstable-2025-12-30"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "bcf5a632307ecad1a3e6b2c0377a3c8f22b461c7"; - hash = "sha256-+l5Zgn69qEnYm5m9SEQQbqqq4wNN6eRWA4M4RNuye3U="; + rev = "f6c6d9d3e436e355430f70cd4c85349259abcddb"; + hash = "sha256-skAK95mdoQc4mr5E4KXmQdhr1NMppch20Aa1yZuJGis="; }; makefile = "Makefile";