From 3d12c9458b0d12f117c93a1446363fc69d948173 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 22 Jun 2026 20:32:30 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2026-06-10 -> 0-unstable-2026-06-16 --- pkgs/applications/emulators/libretro/cores/mame.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame.nix b/pkgs/applications/emulators/libretro/cores/mame.nix index 21e6cfd861f6..07ae7fd1b2e7 100644 --- a/pkgs/applications/emulators/libretro/cores/mame.nix +++ b/pkgs/applications/emulators/libretro/cores/mame.nix @@ -9,13 +9,13 @@ }: mkLibretroCore { core = "mame"; - version = "0-unstable-2026-06-10"; + version = "0-unstable-2026-06-16"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "e126237dcf44622deaf18e7668f07ba96c363673"; - hash = "sha256-6M4revCs32ffmUjhl10nL/MsVl8QRn6JQmC7NzDW1Mo="; + rev = "0108c5ef3a2261a20c54186ce76cfb4d9ea384a4"; + hash = "sha256-O/L6+JFCOZtRec40S4xMaKh7A8HteZ5L8GQjrhhRfUw="; fetchSubmodules = true; };