From bc7100df6cf423be35cff1cda3d782fd413ef670 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 27 May 2026 21:36:09 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-05-15 -> 0-unstable-2026-05-22 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index 5cff6401bbe1..57c9cd8c7f47 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2026-05-15"; + version = "0-unstable-2026-05-22"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "3e60beb69e557287c704dc310f42286258d68a2b"; - hash = "sha256-Ew3YjR92NnbvGoNFhSZSNNeSrMMWEeUAfnJSp6/tnIY="; + rev = "bb304918f8d9f1d2c1e80ccabfa86806ef70bcfa"; + hash = "sha256-ZtPXCv1nte0Z39jvZremR9POSanz+MZbkzqFXtoZLqc="; fetchSubmodules = true; };