From 2ff1f080936cf1999e491703b9feb16889a390d8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 17 Oct 2025 15:12:08 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-09-30 -> 0-unstable-2025-10-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 7d73845701dd..a28afb58f016 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-09-30"; + version = "0-unstable-2025-10-05"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "59b8a9fb06a47a3ce6aecd09b07f3f001e3d9b08"; - hash = "sha256-hfC/6UqUSDd2FWpcCVcw4pkAtyHJGCgvG4UKlkM+fpk="; + rev = "870e8ba3fa4e6635e2eb9d85c939589498659c32"; + hash = "sha256-FU7GKuLssyGuWeHQZGjborz/QdgAxw3JKe9Hstq9ckk="; }; makefile = "Makefile";