From db609f68ff1bb27f03022feea2667775e8f396a0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 11 Apr 2026 16:13:05 +0000 Subject: [PATCH] libretro.yabause: 0-unstable-2025-12-20 -> 0-unstable-2026-04-10 --- pkgs/applications/emulators/libretro/cores/yabause.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/yabause.nix b/pkgs/applications/emulators/libretro/cores/yabause.nix index 7b6539f8e470..9f12cffb3c67 100644 --- a/pkgs/applications/emulators/libretro/cores/yabause.nix +++ b/pkgs/applications/emulators/libretro/cores/yabause.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "yabause"; - version = "0-unstable-2025-12-20"; + version = "0-unstable-2026-04-10"; src = fetchFromGitHub { owner = "libretro"; repo = "yabause"; - rev = "65af22e96beb6d9b0b9a50a81a39c86a6d604c1c"; - hash = "sha256-LafC48f1m6pRWhXmfN+D+5r9qCNm1v9uLJVq5Wa5naE="; + rev = "76faf7c601359bafc41785325d686644000a7ba9"; + hash = "sha256-UHmUsqAK+As6qfvhto2aOsW9A/lZMypfn2NxFui2x8c="; }; makefile = "Makefile";