From 2e8b2b719f6652aac71b2f9a8b0a074ea048a707 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 15 Nov 2025 16:51:09 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-10-05 -> 0-unstable-2025-11-13 --- .../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 a28afb58f016..0581de85285b 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-10-05"; + version = "0-unstable-2025-11-13"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "870e8ba3fa4e6635e2eb9d85c939589498659c32"; - hash = "sha256-FU7GKuLssyGuWeHQZGjborz/QdgAxw3JKe9Hstq9ckk="; + rev = "62c7089644966f6ac5fc79fe03592603579a409d"; + hash = "sha256-NHJfZpo4/aR9a6Sn3x+BQaVfKtkMBUoDQlgtvIkXDFI="; }; makefile = "Makefile";