From fb34781b72def4bcff12166dd889d1e143bb5d5c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 5 Jan 2026 23:24:40 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-12-30 -> 0-unstable-2026-01-05 --- .../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 f76067422cda..ba6f3c6c58c8 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-30"; + version = "0-unstable-2026-01-05"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "f6c6d9d3e436e355430f70cd4c85349259abcddb"; - hash = "sha256-skAK95mdoQc4mr5E4KXmQdhr1NMppch20Aa1yZuJGis="; + rev = "9e119625ae7aab771c6f12e6e5ffccfd24b3bd4d"; + hash = "sha256-Zso1EmJ+JH+eynV87tBUWGq9sPqhMwSHmc4gbF94btE="; }; makefile = "Makefile";