Unverified Commit 47b56b60 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.flycast: 0-unstable-2025-08-01 -> 0-unstable-2025-08-20 (#436178)

parents fa876d3d e3a8b108
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
  core = "flycast";
  version = "0-unstable-2025-08-01";
  version = "0-unstable-2025-08-20";

  src = fetchFromGitHub {
    owner = "flyinghead";
    repo = "flycast";
    rev = "40e400ab084175d3bd0f9e10cf8d6ac78c8b9544";
    hash = "sha256-k/w1tmuGuRD98bR/kmc/9pLFGeobHMhKQapJOv8qVJo=";
    rev = "9c5408a6d3fff939ae06a319c2fce3aa6f2a4d69";
    hash = "sha256-AH/XVN7Ah2DzN8/jlagOEAsNSciQMf8WBhfdC7YIMHw=";
    fetchSubmodules = true;
  };