Using more up-to-date PlatformIO

Hello, I’m trying to add support for ESP32-S3 PowerFeather. The board is supported by PlatformIO since 6.7.0.

However, esphome seems to use 5.4.0 (temporarily specified a different board below to test):

Is there a way to specify using a more up-to-date version. Or is there a way to add a specific board definition?

I also tried:

esp32:
  board: esp32s3_powerfeather
  framework:
    type: arduino
    platform_version: 2.0.15

(2.0.15 is the first arduino/esp32 version to support ESP32-S3 PowerFeather).

But since for platformio/[email protected] the latest Arduino version is 2.0.6, that didn’t work either.