From 1c65befffb162c6201cb0b12929c228b88d1db78 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 16 Apr 2025 07:59:29 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-04-05 -> 0-unstable-2025-04-15 --- 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 8823d203a995..24cd24aa79f4 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-04-05"; + version = "0-unstable-2025-04-15"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "3114394019fc0f772c29d0a1f5493fbdce4745b0"; - hash = "sha256-bp10601cfcsb62Vy88zIjFZ/yBUGVODEt96Me7XX5kY="; + rev = "25a882341d5ebbf8124ddd2a7421592678dfac2e"; + hash = "sha256-N/7JZbEzYaOAoUShkmQd1G61ke1U3OSeFMXS0lqftYU="; fetchSubmodules = true; };