From 883c60c7c1eb808c2fe6fd81cb54db9aa320a774 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 6 Jun 2026 10:59:33 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-05-22 -> 0-unstable-2026-06-05 --- 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 57c9cd8c7f47..f38a67291e33 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-22"; + version = "0-unstable-2026-06-05"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "bb304918f8d9f1d2c1e80ccabfa86806ef70bcfa"; - hash = "sha256-ZtPXCv1nte0Z39jvZremR9POSanz+MZbkzqFXtoZLqc="; + rev = "751295151eed3cae619b14bcee49bb07f4fdb59c"; + hash = "sha256-PwmJspKYWS7WUAK7XRr2FYiAMnc03xp8qH23EZUC6Hs="; fetchSubmodules = true; };