From e488a766fd2a9fd354c814d3a1ecb8f4117e1435 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 6 Apr 2025 22:49:48 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-03-22 -> 0-unstable-2025-04-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 2cf45fc000e4..8823d203a995 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-2025-03-22"; + version = "0-unstable-2025-04-05"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "305cae496fe009a523e1a43cc6a11141531626ef"; - hash = "sha256-L91RS+GzNA0IpVh1ANkS7V2wWJqdXyioxJuCP+f5SEA="; + rev = "3114394019fc0f772c29d0a1f5493fbdce4745b0"; + hash = "sha256-bp10601cfcsb62Vy88zIjFZ/yBUGVODEt96Me7XX5kY="; fetchSubmodules = true; };